home *** CD-ROM | disk | FTP | other *** search
/ Moving Worlds - Companion / Moving Worlds.iso / vrweb / install.bak < prev    next >
Encoding:
Text File  |  1996-05-02  |  4.5 KB  |  89 lines

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2.  
  3. <html>
  4.  
  5. <head>
  6. <title>VRweb Installation</title>
  7. <meta name="GENERATOR" content="Microsoft FrontPage 1.1">
  8.  
  9. </head>
  10.  
  11. <body bgcolor="#FFFFFF" text="#000000">
  12. <h1>Installation Hints</h1>
  13. <p><img src="vrweb.gif" align=bottom width=129 height=40></p>
  14. <p>The necessary installation steps for <a href="#0x811b9908_0x00182cf9">UNIX</a> and <a href="#0x811b9908_0x00182cfc">Windows</a>. </p>
  15. <p>More questions? Read the <a href="0x811b9908_0x0017dd1e;sk=57077B06">FAQ</a>! </p>
  16. <hr>
  17. <h2><a name="0x811b9908_0x00182cf9">How to use VRweb for UNIX/X11</a></h2>
  18. <h2><A HREF="../vrweb/"><img src="../download.gif" align=bottom border=2 width=142 height=40></A></h2>
  19. <ul>
  20. <li>Download the <i>help</i> archive help.tar.gz (for VRweb 1.1.2) and unpack it with the command <pre>  gzip -cd help.tar.gz | tar xvf - This will create a subdirectory help. View the file install.html therein with your favourite webbrowser - it describes all necessary steps for installating VRweb. </pre>
  21. </li>
  22. <li>The UNIX <i>binaries</i> are compressed with gzip. Run gunzip on the appropriate version of 
  23. vrweb and you have an executable. </li>
  24. <li>The <i>source code</i> distribution is a gzipped tar-archive. You can uncompress and untar it in 
  25. one step with the command <pre>  gzip -cd vrweb.src.tar.gz | tar xvf - All further necessary steps for source code compilation are explained in file INSTALLATION contained in the archive. </pre>
  26. </li>
  27. </ul>
  28. <hr>
  29. <p>With your Web viewer you will need an entry for VRML files in your ~/.mailcap: </p>
  30. <ol>
  31. <li>Netscape: <pre>x-world/x-vrml; vrweb -URL '%u' -remote %s </pre>
  32. </li>
  33. <li>Mosaic: <pre>x-world/x-vrml; vrweb -mosaic -remote %s </pre>
  34. </li>
  35. </ol>
  36. <p>In both cases make sure to place the full name of the binary instead of "vrweb" (e.g. vrweb-ogl on 
  37. SGI, vrweb-mesa on other platforms, if you renamed the binary to that shorter name). </p>
  38. <p>VRweb will run gunzip on compressed files automatically if necessary (this is often done by your 
  39. Web browser). If you wish to open a new VRweb window for each new scene, omit "-remote" in 
  40. the command line. </p>
  41. <p>To view worlds saved onto disk (also when gzipped) provide the filename as argument to vrweb. </p>
  42. <p>With <a href="0x811b9908_0x0001fb4b;sk=57077B06">Harmony</a> (the Hyper-G UNIX/X11 client) use the appropriate version of <i>harscened</i>. </p>
  43. <p>Call any program with argument -h to get a short explanation of possible arguments. </p>
  44. <hr>
  45. <h2><a name="0x811b9908_0x00182cfc">How to use VRweb for Windows</a></h2>
  46. <h2><a href="vrw_win.zip"><img src="../download.gif" align=bottom width=142 height=40></a></h2>
  47. <p>To install VRweb for Windows create a directory and unzip the archive with </p>
  48. <pre>unzip vrw_nt 
  49.  
  50. or
  51.  
  52. unzip vrw_win</pre>
  53. <p>Then you can create an icon in the Program Manager. In a later version we will supply an install 
  54. program. </p>
  55. <p>To install VRweb with Mosaic 2.00: </p>
  56. <p>Get a VRML scene from your prefered sever. Mosaic asks you whether to save the file to disk or 
  57. to configure a viewer. Select to configure a viewer and another dialog appears. Press the browse 
  58. button and select VRweb at the location you did put it to. Press OK and Mosaic is configured for 
  59. use with VRweb. </p>
  60. <p>Configuration with Netscape is analogous. </p>
  61. <p>To install Vrweb with <a href="0x811b9908_0x00069b28;sk=57077B06">Amadeus 1.00</a>: </p>
  62. <p>edit the following files: </p>
  63. <pre>AMADEUS.INI:
  64.  
  65. [Scene]
  66. sdf=scene.exe $arg0
  67. wrl=scene.exe $arg0</pre>
  68. <p>add this line in the scene section </p>
  69. <pre>MAGIC:
  70. # Scene viewer VRML
  71. 0       string          #VRML                   wrl</pre>
  72. <p>add these lines at the end of the file. </p>
  73. <p><strong>NT Specials:</strong> </p>
  74. <p>Due to the NT Bug # 15544 the system can be shut down with a system error using VRweb for 
  75. NT. You can use VRweb, if you either install glsrv.dll into your Windows NT system32 directory or 
  76. contact Microsoft Product Support Services and reference the bug. </p>
  77. <p><strong>Windows'95 Specials:</strong> </p>
  78. <p>If you do not have already installed OpenGL for Windows'95 download and unzip the archive 
  79. ogl95.zip containing the necessary libraries. </p>
  80. <p><strong>Win32s Specials:</strong> </p>
  81. <p>If you have not installed Win32s and WinG yet please install it before running VRweb: Get the Zip 
  82. archieves win32s.zip and wing10.zip. Unzip them and run Setup for each of them. </p>
  83. <hr>
  84. <p>Last updated: Gerbert Orasche and Michael Pichler, February 7 1996. </p>
  85. <p align=center> </p>
  86. </body>
  87.  
  88. </html>
  89.